home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
011
/
msdosram.lbr
/
RAMDISK.DOC
next >
Wrap
Text File
|
1985-06-03
|
768b
|
20 lines
This program is a device driver that creates a RAM disk under DOS 2.0.
The size of the RAM disk is determined by a parameter in the CONFIG.SYS
file. To use this program, add the following line to your CONFIG.SYS file:
DEVICE=[d:][path]RAMDISK.SYS n
Where [d:][path] specify the drive and pathname where RAMDISK.SYS can be
found when the system boots, and n is the size of the RAMDISK in kilobytes.
The [d:][path] specification need not be supplied if RAMDISK.SYS is located
in the root directory of your default (system) drive.
For example, on a floppy based system with the file RAMDISK.SYS in the root
directory of your DOS disk, you could create an 80K RAM disk with the following
statement in CONFIG.SYS:
DEVICE=RAMDISK.SYS 80